home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / Moss / kiosk.dir / 00011_Script_11 < prev    next >
Text File  |  1999-03-01  |  437b  |  15 lines

  1. on startMovie
  2.   sound stop 1
  3.   sound stop 2
  4.   set the volume of sound 1 to 255
  5.   set the volume of sound 2 to 255
  6.   set the visible of sprite 19 to FALSE
  7.   set the visible of sprite 20 to FALSE
  8.   set the visible of sprite 21 to FALSE
  9.   set the visible of sprite 22 to FALSE
  10.   set the visible of sprite 23 to FALSE
  11.   set the visible of sprite 24 to FALSE
  12.   set the visible of sprite 25 to FALSE
  13.   updateStage
  14. end startMovie
  15.